home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 2000 #2 / Sun Solutions CD (Volume 2 2000)(Special Focus - Java Technologies)(Disc 1).ISO / products / Software / PlanetIntra / _install / notOS.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  2000-02-17  |  204b  |  9 lines

  1. #!/bin/sh
  2.  
  3.         echo ""
  4.         echo "This installation is for Solaris 2.6 or greater only."
  5.         echo ""
  6.         echo "Hit Return or use your mouse to Quit this window."
  7.         read return
  8. exit 0
  9.